invowk is an independent development studio that concentrates on minimalist, developer-centric tooling designed to collapse the distance between idea and execution. The publisher’s single public title, invowk, is a command-runner whose core value lies in being “dynamically extensible”: at runtime it discovers and loads user-written plug-ins written in any language that can expose a CLI, instantly turning ad-hoc scripts into first-class sub-commands without restart or recompilation. Typical use cases range from automating local build pipelines and spinning up containerized micro-services to orchestrating cloud deployments and housekeeping personal dot-files. Because plug-ins are plain executables placed in a predictable directory tree, teams can version, share, and audit them like normal source code, making invowk equally attractive to solo scripters, DevOps squads, and CI/CD administrators who need a lightweight alternative to Make, npm scripts, or heavyweight task runners. The engine itself is cross-platform, ships as a single statically-linked binary, and exposes a concise YAML manifest format for declaring command metadata, argument schemas, and environment overlays, so complex workflows remain readable while still benefiting from shell completion, parallel execution, and real-time progress streaming. invowk’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the newest release and supporting batch installation alongside other applications.
A dynamically extensible command runner
Details